Class InitCallbackResponse
- java.lang.Object
-
- com.amazon.A3L.messaging.registration.InitCallbackResponse
-
public class InitCallbackResponse extends java.lang.ObjectDevice initialization and registration callback response class
-
-
Constructor Summary
Constructors Constructor Description InitCallbackResponse(java.lang.String status, java.lang.String errorMessage, java.lang.Exception exception, java.lang.String token)Constructor method
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSuccessful()Returns if the call has been successful
-
-
-
Constructor Detail
-
InitCallbackResponse
public InitCallbackResponse(java.lang.String status, java.lang.String errorMessage, java.lang.Exception exception, java.lang.String token)Constructor method- Parameters:
status- : Device initialization and registration statuserrorMessage- : Error message during executionexception- : Actual exception during executiontoken- : Device registration id or token
-
-